func crypto/ecdsa.pointFromAffine

3 uses

	crypto/ecdsa (current package)
		ecdsa.go#L397: 	Q, err := pointFromAffine(pub.Curve, pub.X, pub.Y)
		ecdsa.go#L405: 	Q, err := pointFromAffine(priv.Curve, priv.X, priv.Y)
		ecdsa.go#L413: func pointFromAffine(curve elliptic.Curve, x, y *big.Int) ([]byte, error) {